home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacApp Release 10 / MacApp Release 10 - HD Ready / Libraries / ODMemMgr / Sources / MemShard.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-03  |  685 b   |  31 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        MemShard.cpp
  3.  
  4.     Contains:    Shared global for OpenDoc Memory subsystem
  5.  
  6.     Written by:    Jens Alfke
  7.  
  8.     Copyright:    © 1994 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.                  2/13/96    srf        Build variation for MacApp
  12.  
  13.          <2>     9/29/94    RA        1189812: Mods for 68K build.
  14.          <1>      8/2/94    jpa        first checked in
  15.     To Do:
  16. */
  17.  
  18. #if !defined(qMacApp)
  19. #ifndef _ODTYPES_
  20. #include <ODTypes.h>
  21. #endif
  22.  
  23. #else
  24. // Avoids the need to drag in the whole ODTypes.h and all the dependent includes!
  25. #define kODNULL 0
  26. #endif
  27.  
  28. /* Adkins -- added this pragma so that the gSystemHeap symbol can be exported from the library */
  29. #pragma lib_export on
  30. void* gSystemHeap = kODNULL;
  31.